home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / ccb_11.rea < prev    next >
Text File  |  1996-01-16  |  7KB  |  176 lines

  1. Short:    GUI for archivers LhA,LZX,DMS,xDM  v1.1
  2. Author:   johnw@kvnet.org (John Wells)
  3. Uploader: johnw@kvnet.org (John Wells)
  4. Type:     util/arc
  5.  
  6.                    Compressor Control Box - v1.1
  7.                             Jan 9, 1996
  8.  
  9.                    Compressor Control Box - v1.0
  10.                             Jan 1, 1996
  11.                            by John Wells
  12.  
  13. This program is Copyright 1996 by John Wells.  All Rights Reserved.
  14. This program may not be sold, although a small charge for shipping,
  15. handling, and media may be charged.
  16.  
  17. This  program is a convenient interface for using several disk/file
  18. archivers.    Currently, Compressor Control Box (hereafter known as
  19. CCB)  supports  the  following archivers: LZX, LHA, DMS, and xDM (a
  20. pleasing combination of PackDev and LZX).
  21.  
  22. First, a disclaimer:
  23.  
  24. The  purpose  of this program is to compress the contents of floppy
  25. disks,  hard  drives,  and  other  forms of temporary and permanent
  26. computer  storage.    The  author,  John  Wells,  will  not be held
  27. responsible  for  any  data lost through the (correct or incorrect)
  28. use  of  this  program,  nor  will  he  be held responsible for any
  29. damages  (financial  or  otherwise)  resulting from the use of this
  30. program.
  31.  
  32. Requirements:
  33.  
  34. Well, in order to use the supported archivers, it is important that
  35. CCB  be  able  to  find  them.    A  good place for them is your C:
  36. directory.  Of course, anywhere in your command path is sufficient.
  37. I have included the latest version of PackDev (v1.7) as it seems to
  38. be  tough to find.  The rest of the archivers should be easy enough
  39. to locate.  You will need versions of LhA, LZX, and DMS.
  40.  
  41. CCB has been extensively tested using the following: LhA v1.35, LZX
  42. v1.20,  and  DMS  v1.11.   I would think that any newer versions of
  43. those programs would work just fine as well.
  44.  
  45. CCB  also  requires  the  cando.library,  which is included in this
  46. distribution  as  well.  It can be found in the LIBS drawer in this
  47. archive.   Or, if you like, just click on the included INSTALL icon
  48. to  put the library in your LIBS: directory, and PackDev in your C:
  49. directory.
  50.  
  51. v1.1  -  You  will  also find a drawer containing DLDiz v1.7, which
  52. also  needs  to  go  to somewhere in your path.  The install script
  53. will copy DLDiz to your C: directory for you.
  54.  
  55. CLI Usage:
  56.  
  57. not currently supported (it's an interface.  That's the point!)
  58.  
  59. Workbench Usage:
  60.  
  61. If you want to see what is happening, I would use the CCB icon, but
  62. if  you  don't  need  to  see  what  is going on, just click on the
  63. CompressorControlBox  icon.    The  only difference is that the CCB
  64. icon  also  opens  up  an  output  shell,  so  you  can see what is
  65. happening.    I  have  noticed  no noticeable speed increase in NOT
  66. opening the shell, so it's a matter of personal choice.
  67.  
  68. I've  tried to make it as easy to use as possible.  Just follow the
  69. 5 steps shown on the interface, and you'll be set.  In order, these
  70. are:
  71.  
  72. 1) Select Compressor.  LhA, LZX, DMS, xDM
  73. 2) Select Operation.  Compress, DeCompress, Test (View/Add Diz soon!)
  74.  
  75. v1.1  -  View/Add  Diz  now works!  If the file you checked doesn't
  76. have  a  File_id.diz,  CCB  will open up a little window for you to
  77. enter  the  description into.  When you are finished entering text,
  78. hit  'ESC  x'  to  close the window and save the File_id.diz to the
  79. file.    Except  for  DMS.  It is NOT cooperating at all!  It seems
  80. that  in  order  to  add  a  File_id.diz  to a DMS file, it must be
  81. unpacked  and then repacked with the File_id.diz.  But don't worry.
  82. I'll  figure  out  something!   If the file DOES have a File_id.diz
  83. attached to it, it will be displayed in the CCB Output window.
  84.  
  85. 3) Select Source File/Dir/Device.  Click on this, a requester comes
  86.    up, allowing you to select the SOURCE F/D/D
  87. 4) Select Destination.  Another requester
  88. 5) Process Selection.  Start or Abort
  89.  
  90. v1.1  -  When  using DMS or xDM, a requester will pop up asking for
  91. the  source  (or  destination)  device,  such as DF0 or DF1, at the
  92. right  time.    Don't  worry, you'll know it when it happens!  Just
  93. make sure there is a disk in the drive BEFORE you click on Start!
  94.  
  95. Want  more  info?    OK,  you've  got  it.   If you select the Test
  96. operation, no need to select a destination.  Makes sense, right? 
  97.  
  98. When  using  DMS  or xDM to Compress, only DF0: is valid, any other
  99. source  will  be  ignored.   (Working on a way to make it use other
  100. devices,  such  as  DF1:,  but  haven't  figured it out yet.  But I
  101. will!)
  102.  
  103. When using DMS or xDM to DeCompress, only DF0: will be accessed for
  104. the destination (same problem as above, working on it)
  105.  
  106. v1.1 - Fixed the problems discussed in the above two paragraphs
  107.  
  108. If  using xDM, I strongly suggest assigning T: to somewhere on your
  109. harddrive,  as  it  can  use  up to 2 meg of RAM while processing a
  110. file.    Of  course,  if  you have 3 megs or more free, don't worry
  111. about it.
  112.  
  113. v1.1 - Little memory display in title bar should give you a clue as
  114. to whether or not you need to re-assign T: to your HD
  115.  
  116. That's  it!  If you have any questions or comments, or just want to
  117. send  a  donation  (A4000,  Corvette,  book, game, money, whatever)
  118. please feel free to get in touch with me at the address below.
  119.  
  120.                             John Wells
  121.                          2595 Vonoa Drive
  122.                         Radcliff, KY 40160
  123.         
  124.                       e-mail: johnw@kvnet.org
  125.  
  126.                               HISTORY
  127.  
  128. v1.0 - 1 Jan 1996
  129.  
  130.       Initial release
  131.  
  132. v1.1 - 9 Jan 1996 
  133.  
  134.         Finally  found  a  way  to  fix  the  niggling problem with
  135.         selecting  the device to use for DMS and xDM.  The user can
  136.         now select ANY floppy-type device for use by CCB.
  137.  
  138.         Added  a  'history'  function  to  the   source/destination
  139.         requesters,  so  that  the  last directory used will be the
  140.         default (hope that is what you had in mind, Ashley!)
  141.  
  142.         Fixed  the  'View/Add  Diz'  option,  can  now   view   the
  143.         File_id.diz of LZX, LhA, DMS, and xDM archives, and can add
  144.         a  File_id.diz  to LZX, LhA, and xDM files.  Sorry, nothing
  145.       for DMS (yet!).
  146.  
  147.         Added  a  Memory display to the title bar, good for keeping
  148.         track of just how much ram you have left after crunching up
  149.         several disks or directories.
  150.  
  151.  
  152.                 Greetings, Thanks, and Other Stuff
  153.  
  154.     I  would  like  to thank those who have sent me e-mail, for the
  155.     kind   words   and   support   (and   suggestions!), especially
  156.     ashley@apowell.demon.co.uk, who was the very first to send me a
  157.     message regarding CCB.
  158.     
  159.     I would also like to extend my thanks to the following:
  160.  
  161.                    Stefan Boberg, author of LhA
  162.                   Jonathan Forbes, author of LZX
  163.                   SDS Software, author(s?) of DMS
  164.                  Rasmus K.  Ursem, author of DLDiz
  165.                 Christian Wasner, author of PackDev
  166.               Jay Miner for creating a REAL computer!
  167.               Amiga Technologies for resurrecting Amy
  168.              INOVAtronics, Inc., developers of CanDo!
  169.             Adam Chapman, originator of the xDM concept
  170.          and Dirk Vael, who took it several steps further
  171.  
  172. NOTE * * * * I just learned that the cando.library v2.511 needed by
  173. CCB may NOT be PD or distributable, so I am removing it from the
  174. distribution until I can find out.  This will NOT prevent users who
  175. HAVE cando.library v2.511 (or higher?) from using CCB.  Thank you!
  176.